DELETE
/
v1
/
custom_field_options
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/custom_field_options/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "1",
    "type": "custom_field_options",
    "attributes": {
      "custom_field_id": 1,
      "value": "Soluta porro culpa non.",
      "color": "#FBE4A0",
      "default": false,
      "position": 1,
      "updated_at": "2025-05-29T17:41:14.217-07:00",
      "created_at": "2025-05-29T17:41:12.273-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json

custom_field_option deleted

The response is of type object.